Skip to content

Add missing :members: to OTLP exporter RST submodules (fix #2786)#5174

Closed
64johnlee wants to merge 1 commit into
open-telemetry:mainfrom
64johnlee:ralph/otel-bounty
Closed

Add missing :members: to OTLP exporter RST submodules (fix #2786)#5174
64johnlee wants to merge 1 commit into
open-telemetry:mainfrom
64johnlee:ralph/otel-bounty

Conversation

@64johnlee
Copy link
Copy Markdown

Summary

Fixes #2786.

The OTLP exporter RST file had automodule directives for trace_exporter, metric_exporter, and _log_exporter submodules (in both grpc and http) that were missing the :members:, :undoc-members:, and :show-inheritance: options. As a result, the API documentation for these submodules was not being generated.

This change adds these options to all four missing submodule directives per section (grpc and http), matching the pattern used for the parent module directives.

The automodule directives for trace_exporter, metric_exporter, and
_log_exporter submodules in both grpc and http were missing
:members: :undoc-members: :show-inheritance:, so the API docs
for these weren't being generated.
Fixes open-telemetry#2786.
@64johnlee 64johnlee requested a review from a team as a code owner May 5, 2026 00:34
@linux-foundation-easycla
Copy link
Copy Markdown

CLA Missing ID CLA Not Signed

@MikeGoldsmith
Copy link
Copy Markdown
Member

Hi @64johnlee - please sign the CLA. We cannot accept any contributions until you have.

@64johnlee
Copy link
Copy Markdown
Author

I have signed the CLA. Please re-check the EasyCLA status.

@64johnlee
Copy link
Copy Markdown
Author

CLA signed and email verified. Please re-check EasyCLA status.

@herin049
Copy link
Copy Markdown
Contributor

herin049 commented May 9, 2026

Judging from GitHub history and activity in this repo, the user @64johnlee appears to be either a bot or is making heavy use of AI assistants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

OTLP Exporters API documentation page is missing the API section

3 participants